home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Games / Solitaire / Sources / Tenpile / PB.project < prev    next >
Encoding:
Text File  |  1994-03-01  |  807 b   |  25 lines

  1. BUNDLE_EXTENSION = solitaire;
  2. LOCALIZABLE_FILES = {
  3.     Engine.nib;
  4.     SmallGame.nib;
  5.     LargeGame.nib;
  6.     Rules.nib;
  7.     Localizable.strings;
  8. };
  9. LANGUAGE = English;
  10. PROJECTVERSION = 1.1;
  11. INSTALLDIR = "$(HOME)/Library/Solitaire";
  12. PROJECTTYPE = Bundle;
  13. PROJECTNAME = Tenpile;
  14. GENERATEMAIN = YES;
  15. DOCEXTENSIONS = ();
  16. FILESTABLE = {
  17.     CLASSES = (Tenpile.m, TenpileGameDelegate.m, TenpilePrefs.m, TenpileSuitDelegate.m, TenpileTempDelegate.m);
  18.     OTHER_RESOURCES = ();
  19.     OTHER_SOURCES = (Makefile.preamble, Makefile, Makefile.postamble);
  20.     INTERFACES = (Engine.nib, LargeGame.nib, Rules.nib, SmallGame.nib);
  21.     H_FILES = (localstrings.h, Tenpile.h, TenpileGameDelegate.h, TenpilePrefs.h, TenpileSuitDelegate.h, TenpileTempDelegate.h);
  22.     STRINGS_FILES = (Localizable.strings);
  23. };
  24. DOCICONFILES = ();
  25.